home *** CD-ROM | disk | FTP | other *** search
/ Softdisk for Windows 42 / Softdisk for Windows 42.iso / QUARRY / QUARRY.EXE / QUARRY.dxr / 00170_NEW GAME.ls < prev    next >
Encoding:
Text File  |  1998-01-01  |  643 b   |  31 lines

  1. on mouseUp
  2.   global NGAME, SOND
  3.   if SOND = 0 then
  4.     puppetSound("SCLICK")
  5.     updateStage()
  6.   end if
  7.   SHOWPUSHER()
  8.   set the locH of sprite 45 to -50
  9.   set the locV of sprite 45 to -50
  10.   set the locV of sprite 46 to -50
  11.   set the locH of sprite 46 to -50
  12.   set NGAME to 0
  13.   play frame "NEWGAME"
  14.   if NGAME = 1 then
  15.     startMovie()
  16.   end if
  17.   if NGAME = 1 then
  18.     puppetTransition(50, 0, 16, 0)
  19.   end if
  20.   if NGAME = 1 then
  21.     go("SS")
  22.   end if
  23.   set the locH of sprite 45 to 30
  24.   set the locV of sprite 45 to 391
  25.   set the locH of sprite 46 to 571
  26.   set the locV of sprite 46 to 391
  27.   SETUPPUSHERS()
  28.   RESETALLMEN()
  29.   updateStage()
  30. end
  31.